Test Sizes
https://testing.googleblog.com/2010/12/test-sizes.html
table:_
Feature Small Medium Large
Network access No localhost only Yes
Database No Yes Yes
File system access No Yes Yes
Use external systems No Discouraged Yes
Multiple threads No Yes Yes
Sleep statements No Yes Yes
System properties No Yes Yes
Time limit (seconds) 60 300 900+
https://akito0107.hatenablog.com/entry/2018/08/28/195837
これって「Small Test」って呼ぶってこと?
https://gihyo.jp/dev/serial/01/savanna-letter/0003
Testing Trophy
単体テストや結合テストのような分類をしない
https://akito0107.hatenablog.com/entry/2018/08/27/190333
https://youtu.be/zEf7ImUkyl4?t=996
https://gyazo.com/d57187613b13df295ff1d253e58e2574
37:00~
Test PyramidとかTesting Trophyとかのブレを、Test Sizeを基準に整理した
t-wada氏の整理かな、めっちゃ良い